Skip to content

[SYCL] Change UConvert arg type to unsigned and SConvert arg type to signed #19316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: sycl
Choose a base branch
from

Conversation

wenju-he
Copy link
Contributor

@wenju-he wenju-he commented Jul 7, 2025

To align with SPIR-V spec and SPV-IR in SPIRV-LLVM-Translator.

…signed

To align with SPIR-V spec and SPV-IR in SPIRV-LLVM-Translator.
@wenju-he wenju-he requested review from a team as code owners July 7, 2025 01:19
@wenju-he wenju-he requested a review from omarahmed1111 July 7, 2025 01:19
@wenju-he wenju-he temporarily deployed to WindowsCILock July 7, 2025 01:19 — with GitHub Actions Inactive
@wenju-he wenju-he temporarily deployed to WindowsCILock July 7, 2025 01:50 — with GitHub Actions Inactive
@wenju-he wenju-he temporarily deployed to WindowsCILock July 7, 2025 02:20 — with GitHub Actions Inactive
@@ -9,6 +9,12 @@

// Autogenerated by gen-libclc-test.py

// INTEL_CUSTOMIZATION
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wenju-he, please, remove INTEL_CUSTOMIZATION comments.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, thanks @bader
Reverted changes to ldexp/vload/vstore files in 48d8f1c.

@@ -803,7 +803,7 @@ foreach rnd = ["", "_rte", "_rtn", "_rtp", "_rtz"] in {
}

foreach sat = ["", "_sat"] in {
foreach InType = TLAllInts.List in {
foreach InType = TLUnsignedInts.List in {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add a clang test for the change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add a clang test for the change?

done in 587306a

@wenju-he wenju-he temporarily deployed to WindowsCILock July 8, 2025 02:31 — with GitHub Actions Inactive
@wenju-he wenju-he requested a review from Fznamznon July 8, 2025 02:34
@wenju-he wenju-he temporarily deployed to WindowsCILock July 8, 2025 03:05 — with GitHub Actions Inactive
@wenju-he wenju-he temporarily deployed to WindowsCILock July 8, 2025 03:05 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants